home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / INTERNET / ProCon 1.0.sit / ProCon ReadMe next >
Text File  |  1997-06-03  |  3KB  |  75 lines

  1. PROcess CONtrol 1.0
  2.  
  3. ProCon is a simple cgi that gives you web-based control of the processes
  4. (applications) running on your server.  When accessed through a web browser, it
  5. lists the processes currently running on the server, and offers three ways to
  6. control those processes:
  7.  
  8. 1)    Quit.  Choosing this option sends the "quit" Apple Event.  The
  9.     application must understand the "required" Apple Event suite in order to
  10.     respond.
  11. 2)    Front.  This option brings the application to the front.  This option is
  12.     disabled for the current frontmost application.
  13. 3)    Hide.  Clicking on the Hide button causes the application to hide, as if
  14.     the "Hide <application>" command had been selected from the application
  15.     menu.  This option is disabled for hidden applications.
  16.  
  17. Note that the Finder doesn't report itself as a process, so it cannot be
  18. manipulated using the above controls.
  19.     
  20. Two other options are available that are not application-specific:
  21.  
  22. 1)    Refresh.  This simply refreshes the display of current processes.
  23. 2)    Restart the Server.  This does exactly what it says - sends the restart
  24.     message to the Finder.
  25.  
  26. -------------------------------------------------------------------------------
  27.  
  28. Installation:
  29.  
  30. Place the application (procon.acgi) somewhere in your webserver heierarchy.
  31. Depending on your server preferences, you may need to place it under the
  32. cgi-bin folder.
  33.  
  34. A password-protection, such as a WebSTAR realm, is recommended.
  35.  
  36. -------------------------------------------------------------------------------
  37.  
  38. Server Requirements:
  39.  
  40. 1)    The scriptable Finder, which is included in System 7.5 and later, and is
  41.     available for some earlier systems.
  42. 2)    Parse CGI OSAX, shareware which is available at 
  43.     <http://marquis.tiac.net/software/parse-cgi.html>.  This must be
  44.     installed in the Scripting Additions folder (in the Extensions folder).
  45. 3)    WebSTAR, Quid Pro Quo, or other webserver that follows the WebSTAR cgi
  46.     standard.
  47.     
  48. Browser Requirements:
  49.  
  50. The browser used must support tables.  Browsers that will work are:
  51.  
  52. 1)    Netscape Navigator, version 1.1 or later.
  53. 2)    Microsoft Internet Explorer, version 2.0 or later.
  54. 3)    NCSA Mosaic, version 2.0 or later.
  55.  
  56. -------------------------------------------------------------------------------
  57.  
  58. Legalese:
  59.  
  60. ProCon is freeware.  License is granted to redistribute this software at will,
  61. providing that:
  62.  
  63. 1)    This file accompanies it.
  64. 2)    Both the program and this file are unaltered.
  65.  
  66. ProCon 1.0 is copyright 1997 by Chris Buxton.
  67.  
  68. -------------------------------------------------------------------------------
  69.  
  70. Contacting the Author:
  71.  
  72. Chris Buxton
  73. tel: (510) 837-8646
  74. email: cbuxton@mail.geocities.com
  75.